ARIMA - Modell

Custom plotly template.

Please fill in the path to the preprocessed data.

The following cell shows your preprocessed input data.

Removes the columns that are not needed and all empty rows.

Convert acceleration unit and calculate the velocity / position data.

Plots an intervall of the x and y postion data.

Plots the x and y position over time.

Resample and devide the dataset into train and test data

POS_X: Trains the ARIMA Modell, calculates the prediction and plots it parallel to the testdata.

POS_Y: Trains the ARIMA Modell, calculates the prediction and plots it parallel to the testdata.

POS_X: Plots the RMSE value between testdata and prediction for different time_intervals.

POS_Y: Plots the RMSE value between testdata and prediction for different time_intervals.